Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellEditCommand Class / CellEditCommand Constructor / CellEditCommand Constructor(IWorksheet,String,Reference[])


In This Topic
    CellEditCommand Constructor(IWorksheet,String,Reference[])
    In This Topic
    Initializes a new instance of the CellEditCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As IWorksheet, _
       ByVal formula As String, _
       ByVal references() As Reference _
    )
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim formula As String
    Dim references() As Reference
     
    Dim instance As New CellEditCommand(worksheet, formula, references)
    public CellEditCommand( 
       IWorksheet worksheet,
       string formula,
       Reference[] references
    )

    Parameters

    worksheet
    formula
    references
    See Also